home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / plugins / objects / fprint / r3wifoot.js < prev    next >
Encoding:
Text File  |  2005-04-04  |  598 b   |  23 lines

  1.  
  2. // This JavaScript file was autogenerated from inc/plugins/objects/fprint/r3wifoot.h
  3. // Do not modify by hand
  4. // Copyrights 2001, Realsoft Graphics, Finland
  5.  
  6. include("real/wires/r3wire.js")
  7. var R3CLID_WIFOOT = 1459;
  8.  
  9. R3WIFOOTCM_WIREFOROBJEC = 1459000;
  10.  
  11. function _R3WIFOOTCM_WIREFOROBJEC() {
  12.   return this.r3Do(R3WIFOOTCM_WIREFOROBJECT, arguments);
  13. }
  14.  
  15. function r3Wifoot () { 
  16.    this.base = r3God;
  17.    if(arguments.length) {
  18.       this.base(R3CLID_WIFOOT, arguments);
  19.    }
  20.    // Methods
  21.    this.WIREFOROBJEC=_R3WIFOOTCM_WIREFOROBJEC;
  22.  
  23. // inc/plugins/objects/fprint/r3wifoot.h_H